textview: Use markdown for css tree
authorMatthias Clasen <mclasen@redhat.com>
Sun, 28 Feb 2021 01:06:56 +0000 (20:06 -0500)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:35 +0000 (16:37 +0000)
gtk/gtktextview.c

index 2ec537b8df2e224d36e1ed67c010ca69fec50cc7..e52a79edea72a482c4efaf0efb7723e423713cdc 100644 (file)
@@ -70,7 +70,7 @@
  *
  * ## CSS nodes
  *
- * |[<!-- language="plain" -->
+ * ```
  * textview.view
  * ├── border.top
  * ├── border.left
@@ -79,7 +79,7 @@
  * ├── border.right
  * ├── border.bottom
  * ╰── [window.popup]
- * ]|
+ * ```
  *
  * `GtkTextView` has a main css node with name textview and style class .view,
  * and subnodes for each of the border windows, and the main text area,